home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / sharware / backup / backup.dfm / backup.txt
Encoding:
Text File  |  1995-11-22  |  3.9 KB  |  184 lines

  1. object BackupDlg: TBackupDlg
  2.   Left = 288
  3.   Top = 138
  4.   HelpContext = 101
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Backup Procedure'
  8.   ClientHeight = 406
  9.   ClientWidth = 415
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 16
  17.   object Bevel4: TBevel
  18.     Left = 16
  19.     Top = 312
  20.     Width = 297
  21.     Height = 33
  22.   end
  23.   object Bevel3: TBevel
  24.     Left = 16
  25.     Top = 32
  26.     Width = 297
  27.     Height = 33
  28.   end
  29.   object Bevel2: TBevel
  30.     Left = 8
  31.     Top = 288
  32.     Width = 313
  33.     Height = 65
  34.   end
  35.   object Bevel1: TBevel
  36.     Left = 8
  37.     Top = 8
  38.     Width = 313
  39.     Height = 273
  40.   end
  41.   object Label1: TLabel
  42.     Left = 16
  43.     Top = 16
  44.     Width = 82
  45.     Height = 16
  46.     Caption = 'Source Path:'
  47.   end
  48.   object lblSource: TLabel
  49.     Left = 24
  50.     Top = 40
  51.     Width = 281
  52.     Height = 16
  53.     AutoSize = False
  54.     Caption = 'c:\cw_apps\backup'
  55.     Font.Color = clMaroon
  56.     Font.Height = -14
  57.     Font.Name = 'System'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     WordWrap = True
  61.   end
  62.   object Label2: TLabel
  63.     Left = 16
  64.     Top = 296
  65.     Width = 111
  66.     Height = 16
  67.     Caption = 'Destination Path:'
  68.   end
  69.   object lblDestination: TLabel
  70.     Left = 24
  71.     Top = 320
  72.     Width = 257
  73.     Height = 16
  74.     AutoSize = False
  75.     Caption = 'c:\cw_apps\backup'
  76.     Font.Color = clMaroon
  77.     Font.Height = -14
  78.     Font.Name = 'System'
  79.     Font.Style = []
  80.     ParentFont = False
  81.     WordWrap = True
  82.   end
  83.   object SpeedButton1: TSpeedButton
  84.     Left = 284
  85.     Top = 316
  86.     Width = 25
  87.     Height = 25
  88.     Hint = 'Select Target Directory'
  89.     Glyph.Data = {
  90.       78010000424D7801000000000000760000002800000020000000100000000100
  91.       04000000000000000000120B0000120B00000000000000000000000000000000
  92.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  93.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  94.       333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  95.       300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  96.       333337F373F773333333303330033333333337F3377333333333303333333333
  97.       333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  98.       333337777F337F33333330330BB00333333337F373F773333333303330033333
  99.       333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  100.       333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  101.       333373F7733333333333300333333333333337733333333333330000}
  102.     NumGlyphs = 2
  103.     ParentShowHint = False
  104.     ShowHint = True
  105.     OnClick = SpeedButton1Click
  106.   end
  107.   object DirList: TDirectoryListBox
  108.     Left = 16
  109.     Top = 72
  110.     Width = 145
  111.     Height = 169
  112.     DirLabel = lblSource
  113.     FileList = FList
  114.     ItemHeight = 16
  115.     TabOrder = 0
  116.   end
  117.   object FList: TFileListBox
  118.     Left = 168
  119.     Top = 72
  120.     Width = 145
  121.     Height = 201
  122.     ItemHeight = 16
  123.     ShowGlyphs = True
  124.     TabOrder = 1
  125.   end
  126.   object btnOK: TBitBtn
  127.     Left = 328
  128.     Top = 8
  129.     Width = 81
  130.     Height = 33
  131.     Caption = 'C&opy'
  132.     Default = True
  133.     TabOrder = 2
  134.     OnClick = btnOKClick
  135.     OnKeyPress = btnOKKeyPress
  136.     NumGlyphs = 2
  137.   end
  138.   object btnCancel: TBitBtn
  139.     Left = 328
  140.     Top = 48
  141.     Width = 81
  142.     Height = 33
  143.     Caption = '&Close'
  144.     TabOrder = 3
  145.     OnClick = btnCancelClick
  146.     NumGlyphs = 2
  147.   end
  148.   object Panel1: TPanel
  149.     Left = 8
  150.     Top = 360
  151.     Width = 313
  152.     Height = 41
  153.     BevelInner = bvLowered
  154.     BevelOuter = bvNone
  155.     TabOrder = 4
  156.     Visible = False
  157.     object Gauge1: TGauge
  158.       Left = 8
  159.       Top = 8
  160.       Width = 297
  161.       Height = 25
  162.       Progress = 0
  163.     end
  164.   end
  165.   object BitBtn1: TBitBtn
  166.     Left = 328
  167.     Top = 88
  168.     Width = 81
  169.     Height = 33
  170.     Caption = '&Help'
  171.     TabOrder = 5
  172.     OnClick = BitBtn1Click
  173.     NumGlyphs = 2
  174.   end
  175.   object driveBox: TDriveComboBox
  176.     Left = 16
  177.     Top = 250
  178.     Width = 145
  179.     Height = 22
  180.     DirList = DirList
  181.     TabOrder = 6
  182.   end
  183. end
  184.